func net/http.exactMatch

3 uses

	net/http (current package)
		server.go#L2654: 	if !exactMatch(n, path) && u != nil && !strings.HasSuffix(path, "/") {
		server.go#L2658: 		if exactMatch(n2, path) {
		server.go#L2691: func exactMatch(n *routingNode, path string) bool {